home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / AFS / PasteUp.app / English.lproj / PanelStyles.nib / data.classes next >
Text File  |  1994-12-14  |  594b  |  49 lines

  1. PanelStyles = {
  2.     ACTIONS = {
  3.     cut:;
  4.     popup:;
  5.     windowWillResize:;
  6.     delete:;
  7.     apply:;
  8.     copy:;
  9.     init:;
  10.     windowDidExpose:;
  11.     clone:;
  12.     singleAction:;
  13.     new:;
  14.     paste:;
  15.     rename:;
  16.     duplicate:;
  17.     edit:;
  18.     doubleAction:;
  19.     import:;
  20.     };
  21.     OUTLETS = {
  22.     panelEdit;
  23.     panelUpdateList;
  24.     scrollView;
  25.     styleMatrix;
  26.     styleName;
  27.     };
  28.     SUPERCLASS = Panel;
  29. };
  30. FirstResponder = {
  31.     ACTIONS = {
  32.     };
  33.     SUPERCLASS = Object;
  34. };
  35. PasteUp = {
  36.     OUTLETS = {
  37.     stylesPanel;
  38.     };
  39.     SUPERCLASS = Object;
  40. };
  41. WriteUp = {
  42.     ACTIONS = {
  43.     appDidInit:;
  44.     };
  45.     OUTLETS = {
  46.     };
  47.     SUPERCLASS = PasteUp;
  48. };
  49.